projects
/
pyside6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84978f6
)
Fix autopkgtest test runner script
author
Stuart Prescott
<stuart@debian.org>
Sun, 14 Jan 2024 04:08:41 +0000
(15:08 +1100)
committer
Stuart Prescott
<stuart@debian.org>
Sun, 14 Jan 2024 04:08:41 +0000
(15:08 +1100)
debian/tests/test_install_python3.sh
patch
|
blob
|
history
diff --git
a/debian/tests/test_install_python3.sh
b/debian/tests/test_install_python3.sh
index db5b06b6ffa7019094e2e0f8a74b95bff796a932..03af4cb3ff644474419e19d94a80c4f65a0d8ac5 100755
(executable)
--- a/
debian/tests/test_install_python3.sh
+++ b/
debian/tests/test_install_python3.sh
@@
-3,7
+3,7
@@
set -e
echo "Testing python3 package $1"
-for py in $(py3versions -d
>/dev/null
) ; do
+for py in $(py3versions -d) ; do
cd "$AUTOPKGTEST_TMP" ;
echo "Testing with $py:" ;
$py -c "import $2; print($2)" ;